home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cenvid9.zip / NUMLOCK.BAT < prev    next >
DOS Batch File  |  1994-03-04  |  330b  |  8 lines

  1. @echo off
  2. REM ************************************************************
  3. REM *** NumLockd.bat - Set NumLock key ON - see KeyState.bat ***
  4. REM *** ver.1          for explanation                       ***
  5. REM ************************************************************
  6.  
  7. CEnvi " k = peek(0x417);   poke(0x417,k | 0x20); "
  8.